From 50d8e17fc3e3e9cdef0f4c7b581c98015bd5a06c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 10 Dec 2004 03:41:04 +0000 Subject: [PATCH] Fix a property nick typo. 2004-12-09 Matthias Clasen * gtk/gtklabel.c (gtk_label_class_init): Fix a property nick typo. --- ChangeLog | 3 +++ ChangeLog.pre-2-10 | 3 +++ ChangeLog.pre-2-6 | 3 +++ ChangeLog.pre-2-8 | 3 +++ gtk/gtklabel.c | 2 +- 5 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 84b8c220e9..a62cda3314 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-12-09 Matthias Clasen + * gtk/gtklabel.c (gtk_label_class_init): Fix a property + nick typo. + * gtk/gtkfilechooserdefault.c: Apply a patch to reset the filter if an otherwise invisible file is selected via the location popup. (#159896, Carlos Garnacho Parro) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 84b8c220e9..a62cda3314 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,8 @@ 2004-12-09 Matthias Clasen + * gtk/gtklabel.c (gtk_label_class_init): Fix a property + nick typo. + * gtk/gtkfilechooserdefault.c: Apply a patch to reset the filter if an otherwise invisible file is selected via the location popup. (#159896, Carlos Garnacho Parro) diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 84b8c220e9..a62cda3314 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,8 @@ 2004-12-09 Matthias Clasen + * gtk/gtklabel.c (gtk_label_class_init): Fix a property + nick typo. + * gtk/gtkfilechooserdefault.c: Apply a patch to reset the filter if an otherwise invisible file is selected via the location popup. (#159896, Carlos Garnacho Parro) diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 84b8c220e9..a62cda3314 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,8 @@ 2004-12-09 Matthias Clasen + * gtk/gtklabel.c (gtk_label_class_init): Fix a property + nick typo. + * gtk/gtkfilechooserdefault.c: Apply a patch to reset the filter if an otherwise invisible file is selected via the location popup. (#159896, Carlos Garnacho Parro) diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c index 9c26a23b64..b9c4c2971f 100644 --- a/gtk/gtklabel.c +++ b/gtk/gtklabel.c @@ -446,7 +446,7 @@ gtk_label_class_init (GtkLabelClass *class) g_object_class_install_property (gobject_class, PROP_WIDTH_CHARS, g_param_spec_int ("width_chars", - P_("Width In Chararacters"), + P_("Width In Characters"), P_("The desired width of the label, in characters"), -1, G_MAXINT, -- 2.30.2